body {
    background: url(images/red-curtains.webp);
    background-size: cover;
}

.title-div {
    max-height: fit-content;
    max-width: fit-content;
    background-color: aliceblue;
    display: inline-flex;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;

    font-size: 30px;
    align-self: center;
}